runtime.mstats.gcWorkBufInUse (field)
4 uses
runtime (current package)
mstats.go#L57: gcWorkBufInUse uint64 // computed by updatememstats
mstats.go#L454: stats.GCSys = memstats.gcMiscSys.load() + memstats.gcWorkBufInUse + memstats.gcProgPtrScalarBitsInUse
mstats.go#L598: memstats.gcWorkBufInUse = uint64(consStats.inWorkBufs)
mstats.go#L602: memstats.sys += memstats.stacks_inuse + memstats.gcWorkBufInUse + memstats.gcProgPtrScalarBitsInUse
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)